From 180becb47465ca34bd4ba68c2737bef0c06ad284 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 18 Nov 2011 18:44:58 +0000 Subject: [PATCH] bump version to 0.1.6 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4fc00bb..f8f8c54 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,12 @@ the news section both in the README and the webpage. --> +2011-11-18 babl-0.1.6
+Build improvements, remove blatantly wrong conversions from extensions, +made it possible to distinguish format_n formats from others, improvements +to vala/gobject introspection support. + +
2011-01-20 babl-0.1.4
Improved cross platform build ability, added code to handle n-component formats, remove extraenous runtime profiling that impacted performance. diff --git a/configure.ac b/configure.ac index 71ded2e..d5ed3b5 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [5]) +m4_define([babl_micro_version], [6]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2